projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbb17c4
)
Comment fix.
author
Glenn Morris
<rgm@gnu.org>
Wed, 2 Mar 2011 17:19:01 +0000
(09:19 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 2 Mar 2011 17:19:01 +0000
(09:19 -0800)
lisp/dired-x.el
patch
|
blob
|
history
diff --git
a/lisp/dired-x.el
b/lisp/dired-x.el
index d71212e5dcb354aa3651aee35d4419d9fccf48b5..a5063bb77ddc0366dea4320625c68dad1f7eca76 100644
(file)
--- a/
lisp/dired-x.el
+++ b/
lisp/dired-x.el
@@
-956,7
+956,6
@@
replace it with a dir-locals-file `./%s'"
;; FIXME "man ./" does not work with dired-do-shell-command,
;; because there seems to be no way for us to modify the filename,
;; only the command. Hmph. `dired-man' works though.
- ;; `dired-man' does
(list "\\.\\(?:[0-9]\\|man\\)\\'" '(let ((loc (Man-support-local-filenames)))
(cond ((eq loc 'man-db) "man -l")
((eq loc 'man) "man ./")